Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / PropertyBridge<TPropType> Class / Source Property

In This Topic
    Source Property (PropertyBridge<TPropType>)
    In This Topic
    Gets or sets a source value.
    Syntax
    'Declaration
     
    
    Public Property Source As TPropType
    public TPropType Source {get; set;}
    See Also